From: David Howells Date: Fri, 25 Sep 2015 15:31:45 +0000 (+0100) Subject: KEYS: Remove unnecessary header #inclusions from extract-cert.c X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~3688^2^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=292c6091353475d94e2cfb49c29906e88ee967ba;p=linux-4.9.git KEYS: Remove unnecessary header #inclusions from extract-cert.c Remove headers #included unnecessarily from extract-cert.c lest they cause compilation of the tool to fail against an older OpenSSL library. Signed-off-by: David Howells Acked-by: David Woodhouse --- diff --git a/scripts/extract-cert.c b/scripts/extract-cert.c index 6ce5945a0b89..b071bf476fea 100644 --- a/scripts/extract-cert.c +++ b/scripts/extract-cert.c @@ -17,13 +17,9 @@ #include #include #include -#include #include -#include #include -#include #include -#include #include #include